Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.5

WebsydianSEI - Message


WSE0202 - Message Type For Message Not Found

Error message

The message type &(1:) registered for the message &(2:) does not exist in the message type table.

Parameters

&(1:) - The message type that is registered for the message.

&(2:) - The unique identification of the message.

Description

A message has been read from the message log. As part of resolving the text for the message, the message type for the message must be read (as this is where the base text for the message is stored). The message type could not be read.

This should never occur. When the message type has been created (happens when the first message of a specific type is written to the message log) it should exist for ever. Neither APIs or the administration interface offers any ways to delete the message type. One way this could happen is if the message type has been deleted using e.g. SQL directly on the table.

Action

To avoid this error you can delete all messages that belongs to the message type - or in some cases, you can force a new message of the message type to be written to the log - this will mean that the message type is recreated.

Category / Severity

System / Error